home *** CD-ROM | disk | FTP | other *** search
-
- # ---------------------------------------------------------------------
- #
- # WinPlay1.mak - Sample QuickTime for Windows Application
- #
- # (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
- #
- # ---------------------------------------------------------------------
-
- ALL : WINPLAY1.EXE
-
- WINPLAY1.OBJ : WINPLAY1.C
- cl -c -AS -DSTRICT -G2 -Zpel -W3 -WX -Od winplay1.c
-
- WINPLAY1.EXE : WINPLAY1.OBJ WINPLAY1.DEF
- link /nod /a:16 winplay1, winplay1.exe, nul, \
- qtw libw slibcew, winplay1.def;
- rc winplay1.exe
-
-